Don't duplicate your data - Learnings from code reviews
Sep 17, 2020
Handling data properly can be difficult. We have to fetch it from APIs. We have to aggregate it with data from other sources. And we have to transform it efficiently to use in our UIs. In the past months, I conducted many code reviews for junior developers during this course. I was surprised to seeā¦